reader
Source: /avail/Avail/Data Abstractions/Iterators/Abstract Iterators
Categories: Data Abstractions, Readers
Ensure that the specified reader is not exhausted, then answer its current element.
Position | Name | Type | Description | |
---|---|---|---|---|
Parameters | ||||
1 | aReader | reader | A reader. | |
Returns | any | The current element of the specified reader. | Raises | |
exhausted-iterator exception | If the reader (iterator) is exhausted. |